home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 47 / CD-ROM 47 / CD-ROM 47.iso / aplicat / minibase / _setup.1 / MiniBase.exe / 0 / RCDATA / TBDEWARNINGFORM / TBDEWARNINGFORM.txt
Encoding:
Text File  |  1999-03-12  |  760 b   |  40 lines

  1. object BDEWarningForm: TBDEWarningForm
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Paradox table conversion warning list'
  6.   ClientHeight = 249
  7.   ClientWidth = 339
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object GroupBox1: TGroupBox
  16.     Left = 8
  17.     Top = 16
  18.     Width = 321
  19.     Height = 185
  20.     Caption = 'Field conversion warnings '
  21.     TabOrder = 1
  22.   end
  23.   object LB1: TListBox
  24.     Left = 24
  25.     Top = 40
  26.     Width = 289
  27.     Height = 145
  28.     ItemHeight = 13
  29.     TabOrder = 0
  30.   end
  31.   object BitBtn1: TBitBtn
  32.     Left = 136
  33.     Top = 216
  34.     Width = 75
  35.     Height = 25
  36.     TabOrder = 2
  37.     Kind = bkOK
  38.   end
  39. end
  40.